-
1 исходный язык
1. original language2. source language
См. также в других словарях:
Source code editor — A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers. It may be a standalone application or it may be built into an integrated development environment (IDE). Source code… … Wikipedia
Debugger — A debugger or debugging tool is a computer program that is used to test and debug other programs (the target program). The code to be examined might alternatively be running on an instruction set simulator (ISS), a technique that allows great… … Wikipedia
Debugger — Débogueur Voir « débogueur » sur le Wiktionnaire … Wikipédia en Français
debugger — n. program which corrects programming errors, program for finding bugs in source code (Computers) … English contemporary dictionary
Code::Blocks — Not to be confused with the computer programming term code block. Code::Blocks Code::Blocks 10.05 running on Windows Vista … Wikipedia
Open source software development — is the process by which open source software (or similar software whose source code is publicly available) is developed. These are software products “available with its source code and under an open source license to study, change, and improve… … Wikipedia
Microsoft Visual Studio Debugger — The Microsoft Visual Studio Debugger is a debugger that ships along with all versions of Microsoft Visual Studio. This debugger owes much of its feel and functionality to CodeView, a standalone, text based debugger that shipped with Microsoft… … Wikipedia
Managed Code — NET Framework Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia
Unmanaged Code — NET Framework Basisdaten Entwickler: Microsoft Aktuelle Version … Deutsch Wikipedia
Data Display Debugger — Data Display Debugger, or DDD, is a popular free software (under the GNU GPL) graphical user interface for command line debuggers such as GDB, DBX, JDB, HP Wildebeest Debugger (WDB), XDB, the Perl debugger, the Bash debugger, the Python debugger … Wikipedia
Java Platform Debugger Architecture — The Java Platform Debugger Architecture is a collection of APIs to debug Java code.* Java Debugger Interface (JDI) defines a high level Java language interface which developers can easily use to write remote debugger application tools. * Java… … Wikipedia